home *** CD-ROM | disk | FTP | other *** search
/ Greenhouse Effect Detection Expriment / NASA Greenhouse Effect Detection Expriment 1992 - Disc 2.iso / software / dos / gedex.bat < prev    next >
Encoding:
DOS Batch File  |  1992-03-14  |  1.4 KB  |  43 lines

  1. echo off
  2. rem
  3. rem  If you want to run this file and all the executables in the
  4. rem  \software\dos subdirectory from another disk, edit the lines
  5. rem  below to change the "e:" to the letter of your CD-ROM drive,
  6. rem  uncomment the lines and delete the corresponding lines below.
  7. rem  Make sure that the GEDEX.BAT file and all of the executables
  8. rem  are located in a directory in your PATH.  See the file
  9. rem  SOFTWARE.DOC for full installation instructions.
  10. rem
  11. rem  set gedexdir=e:
  12. rem  set smpath=e:\software\jam
  13. rem  set smmsgs=e:\software\jam\config\msgfile.bin
  14. rem  set smdicname=e:\software\jam\data.dic
  15. rem  set smvideo=e:\software\jam\config\egavid.bin
  16. rem  set smkey=e:\software\jam\config\gedexkey.bin
  17. rem
  18. set gedexdir=..\..
  19. rem set cdf_help=\software\dos
  20. set cdf_help=.
  21. set smpath=\software\jam
  22. set smmsgs=\software\jam\config\msgfile.bin
  23. set smdicname=\software\jam\data.dic
  24. rem
  25. rem If your computer has a monochrome display instead of a color
  26. rem display, change "egavid" in the line below to "bwvid".  If
  27. rem your color display is a CGA (instead of EGA or VGA), change
  28. rem "egavid" to "colvid"
  29. rem
  30. set smvideo=\software\jam\config\egavid.bin
  31. set smkey=\software\jam\config\gedexkey.bin
  32. set smfextension=jam
  33. set smfcase=insens
  34. jam products
  35. set gedexdir=
  36. set smpath=
  37. set smmsgs=
  38. set smdicname=
  39. set smvideo=
  40. set smkey=
  41. set smfextension=
  42. set smfcase=
  43.